home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / Support / FlyBox.swf / scripts / frame_96 / DoAction.as
Encoding:
Text File  |  2002-04-15  |  261 b   |  22 lines

  1. if(ReceiveInfo == 1)
  2. {
  3.    tellTarget("ReceiveInfo")
  4.    {
  5.       gotoAndStop(2);
  6.    }
  7. }
  8. if(Trusted == 1)
  9. {
  10.    tellTarget("Trusted")
  11.    {
  12.       gotoAndStop(2);
  13.    }
  14. }
  15. if(Cookie == 1)
  16. {
  17.    tellTarget("Cookie")
  18.    {
  19.       gotoAndStop(2);
  20.    }
  21. }
  22.